SQLLast

 

The SQLLast function is a SQL function that moves the data position to the last field of the selected data with SQLSelect

 

void @SQLLast(int id);

 

Parameters

int id : Access number connected by SQLConnect

 

Return Value

None

 

Example

@SQLLast($AddrID);

Description : Move the data location to the end field of the database selected by th SQLSelect function.

 

Related Helps

SQLConnect()

SQLCreateTable()

SQLDelete()

SQLDisconnect()

SQLExecute()

SQLFirst()

SQLGetPos()

SQLInsert()

SQLNext()

SQLPrepare()

SQLPrev()

SQLSelect()

SQLSetPos()

SQLUpdate()